home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2 - Developers' Solutions / Delphi 2 Developers' Solutions.iso / dds / demos / ftl / hchi.txt < prev    next >
Encoding:
Text File  |  1995-09-06  |  793 b   |  21 lines

  1. (Note: The change caused by this menu option is only 
  2. visible by opening another hypertext file or by using 
  3. a jump link to another file.)
  4.  
  5. The "Show Images as Filenames" menu option sets a 
  6. flag which is used by the OnHandle....Image  
  7. method of the THyperTextParser component. 
  8. This method is used to modify processing of 
  9. images detected by the parser. In this case, it
  10. replaces any image sent to it with text containing
  11. the image filename. (This could be used to
  12. allow quicker display of inline images.)
  13.  
  14. (Note: Assert methods normally are used to abort
  15. all further processing of an action, while the
  16. Handle Methods modify the processing. These
  17. two methods can each be overridden in code by
  18. direct assignment for Assert types and virtual
  19. overriding for Handle types.)
  20.  
  21.